Uses of Enum
com.cisco.pt.ipc.enums.ModuleType
Packages that use ModuleType
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of ModuleType in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc with parameters of type ModuleTypeModifier and TypeMethodDescriptionIPCFactory.addModuleModel(ModuleFactory moduleFactory, ModuleType type, String model) IPCFactory.createMessage(IPCObject baseObject, String callName, ModuleType parameter1, int parameter2) IPCFactory.createMessage(IPCObject baseObject, String callName, ModuleType parameter1, String parameter2) IPCFactory.getAvailableModuleForTypeAt(ModuleFactory moduleFactory, ModuleType type, int index) IPCFactory.getDescriptor(ModuleFactory moduleFactory, ModuleType type, String model) -
Uses of ModuleType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return ModuleTypeModifier and TypeMethodDescriptionstatic ModuleTypeModuleType.fromIntValue(int value) static ModuleTypeModuleType.fromIntValue(Integer value) static ModuleTypeReturns the enum constant of this type with the specified name.static ModuleType[]ModuleType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ModuleType in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events declared as ModuleType -
Uses of ModuleType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return ModuleTypeModifier and TypeMethodDescriptionModule.getModuleType()Information provided by the PKI file:Module.getSlotTypeAt(int index) Information provided by the PKI file:ModuleDescriptor.getSlotTypeAt(int index) Information provided by the PKI file:DeviceDescriptor.getSupportedModuleTypeAt(int index) Information provided by the PKI file:ModuleDescriptor.getType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type ModuleTypeModifier and TypeMethodDescriptionbooleanDevice.addModule(String slot, ModuleType type, String model) Information provided by the PKI file:ModuleFactory.addModuleModel(ModuleType type, String model) Information provided by the PKI file:voidModule.addSlot(ModuleType type) Information provided by the PKI file:voidModuleDescriptor.addSlot(ModuleType type) Information provided by the PKI file:voidDeviceDescriptor.addSupportedModuleType(ModuleType type) Information provided by the PKI file:ModuleFactory.getAvailableModuleForTypeAt(ModuleType type, int index) Information provided by the PKI file:intModuleFactory.getAvailableModuleForTypeCount(ModuleType type) Information provided by the PKI file:ModuleFactory.getDescriptor(ModuleType type, String model) Information provided by the PKI file:booleanDeviceDescriptor.isModuleTypeSupported(ModuleType type) Information provided by the PKI file:voidDeviceDescriptor.removeSupportedModuleType(ModuleType type) Information provided by the PKI file: -
Uses of ModuleType in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return ModuleTypeModifier and TypeMethodDescriptionModuleImpl.getModuleType()Information provided by the PKI file:ModuleDescriptorImpl.getSlotTypeAt(int index) Information provided by the PKI file:ModuleImpl.getSlotTypeAt(int index) Information provided by the PKI file:DeviceDescriptorImpl.getSupportedModuleTypeAt(int index) Information provided by the PKI file:ModuleDescriptorImpl.getType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type ModuleTypeModifier and TypeMethodDescriptionbooleanDeviceImpl.addModule(String slot, ModuleType type, String model) Information provided by the PKI file:ModuleFactoryImpl.addModuleModel(ModuleType type, String model) Information provided by the PKI file:voidModuleDescriptorImpl.addSlot(ModuleType type) Information provided by the PKI file:voidModuleImpl.addSlot(ModuleType type) Information provided by the PKI file:voidDeviceDescriptorImpl.addSupportedModuleType(ModuleType type) Information provided by the PKI file:ModuleFactoryImpl.getAvailableModuleForTypeAt(ModuleType type, int index) Information provided by the PKI file:intModuleFactoryImpl.getAvailableModuleForTypeCount(ModuleType type) Information provided by the PKI file:ModuleFactoryImpl.getDescriptor(ModuleType type, String model) Information provided by the PKI file:booleanDeviceDescriptorImpl.isModuleTypeSupported(ModuleType type) Information provided by the PKI file:voidDeviceDescriptorImpl.removeSupportedModuleType(ModuleType type) Information provided by the PKI file: